home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / fibsw130.zip / TELENET.SCN < prev    next >
Text File  |  1994-04-27  |  396b  |  19 lines

  1. @echo off ;%%Telenet Network
  2. @if "%HostName%"==""
  3. @   echo "\r\n** Error(telenet.scn): Host Name must be set in Options/Script Settings... dialog box.
  4. <
  5. @endif
  6.  
  7. @wait 3
  8. @send "o"
  9. @if not @wait ":" 10
  10. @    send "o\n"
  11. @    if not @wait ":" 10
  12. @      echo "\r\n** Error(telenet.scn): Telenet connect prompt not received\r\n"
  13. <
  14. @    endif
  15. @
  16. @endif
  17. @send "%HostName%\r"
  18. @wait "\n" 3
  19.